runtime.timers.raceCtx (field)
8 uses
	runtime (current package)
		proc.go#L5672: 		if pp.timers.raceCtx != 0 {
		proc.go#L5682: 			racectxend(pp.timers.raceCtx)
		proc.go#L5683: 			pp.timers.raceCtx = 0
		time.go#L116: 	raceCtx uintptr
		time.go#L1016: 		if tsLocal.raceCtx == 0 {
		time.go#L1017: 			tsLocal.raceCtx = racegostart(abi.FuncPCABIInternal((*timers).run) + sys.PCQuantum)
		time.go#L1019: 		raceacquirectx(tsLocal.raceCtx, unsafe.Pointer(t))
		time.go#L1067: 		gp.racectx = gp.m.p.ptr().timers.raceCtx
|  | The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |